From: Matthias Clasen Date: Sat, 18 Jun 2011 15:11:47 +0000 (-0400) Subject: Fix css syntax in example X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~20997 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=0725e417c564800fdd29976ba6288472ae8f1352;p=gtk%2B3.0.git Fix css syntax in example --- diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 9ac9b47b67..7219ac8659 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -2113,8 +2113,8 @@ _gtk_style_context_check_region_name (const gchar *str) * Pseudo-classes are used for matching @flags, so the two * following rules: * - * GtkTreeView row:nth-child (even) { ... } - * GtkTreeView row:nth-child (odd) { ... } + * GtkTreeView row:nth-child(even) { ... } + * GtkTreeView row:nth-child(odd) { ... } * * * would apply to even and odd rows, respectively.